home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 3
/
inter@ivo 1996-04.iso
/
cybint3
/
bin
/
curios.dxr
/
00030.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-21
|
268 b
|
18 lines
on enterFrame
if rollOver(21) then
go("naveg")
end if
end
on exitFrame
set hot to 14
repeat while hot < 20
if rollOver(hot) then
set the visible of sprite 2 to 0
go("main")
end if
set hot to hot + 1
end repeat
go("rollin")
end